Component org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService
In bundle org.nuxeo.ecm.core.storage.dbs
Documentation
Manages DBS repositories.
Implementation
Class:
org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService" version="1.0.0">
<require>org.nuxeo.ecm.core.repository.RepositoryServiceComponent</require>
<documentation>
Manages DBS repositories.
</documentation>
<implementation class="org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService" />
<service>
<provide interface="org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService" />
</service>
</component>